home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP15 / DEVCAPS2.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-01  |  415 b   |  23 lines

  1. /*------------------------
  2.    DEVCAPS2.H header file
  3.   ------------------------*/
  4.  
  5. #define IDM_SCREEN  1
  6.  
  7. #define IDM_DEVMODE 0x100
  8.  
  9. #define IDM_BASIC   0x101
  10. #define IDM_OTHER   0x102
  11. #define IDM_CURVE   0x103
  12. #define IDM_LINE    0x104
  13. #define IDM_POLY    0x105
  14. #define IDM_TEXT    0x106
  15.  
  16. typedef struct
  17.      {
  18.      short  nMask ;
  19.      char  *szMask ;
  20.      char  *szDesc ;
  21.      }
  22.      BITS ;
  23.